home *** CD-ROM | disk | FTP | other *** search
Text File | 2002-06-13 | 43.3 KB | 1,187 lines |
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000130,$00000030,$0000024E,$00000383,$00000000,$FFFFF014,$00000000,$00000000};
- LayoutWindow is {$00000391,$00000129,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false; Cursor is oEmptyCursor;
-
- Width is 800; Height is 600;
-
- Kind is DrawOpaque;
- Elements is [
- oFond2,
- oVid_o3,
- oController4
- ];
- Events is [
- cOnscreenEvent
- with
- Commands is [
- cTokenCommand
- with Flags is $00000004; TokenName is "StopMenu"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
- cTokenCommand
- with Flags is $00000004; TokenName is "StopMusique"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
- cDoCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oFond2 is cImage
- with
- Flags is $00000150;
- Name is "Fond";
- Enabled is false; Cursor is oEmptyCursor;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Duration is 5; Duration is 5; TimeScale is 1;
- URL is "../Images/loadingboucle.jpg";
-
-
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oTargetSelf; end,
- cFocusCommand
- with Flags is $00000004; Target is oTargetSelf; end,
- cTokenCommand
- with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
- ];
- end,
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oController4; end,
- cEnableCommand
- with Flags is $00000004; Target is oController4; end,
- cFocusCommand
- with Flags is $00000004; Target is oController4; end,
- cTokenCommand
- with Flags is $00000004; TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
- ];
- end
- ];
- end;
-
- object oVid_o3 is cMPEGMovie
- with
- Name is "Vid\$E9o";
- Enabled is false; Shown is false; Cursor is oEmptyCursor;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
- URL is "../Videos/vaillant.mpg";
- Events is [
- cFinishedEvent
- with
- Commands is [
- cTokenCommand
- with TokenName is "EndMovie"; Mode is ExecuteTargetOnly; Target is oController4; end
- ];
- end
- ];
- end;
-
- object oController4 is cBox
- with
- Flags is $00000054;
- Name is "Controller";
- Enabled is false; Shown is false; Cursor is oEmptyCursor;
-
- Width is 640; Height is 480;
-
-
- Events is [
- cKeyboardEvent
- with Flags is $00000004; Test is IsSpace;
- Commands is [
- cDoCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "1";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/vaillant.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "2";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/bonus01.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "3";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/bonus02.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "4";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/bonus2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "5";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a1.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "6";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "7";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a3.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "8";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a4.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "9";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "10";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "11";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s10.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "12";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "13";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "14";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "15";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "16";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "17";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "18";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "19";
- Commands is [
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "20";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "21";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s9.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "22";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r1.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "23";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "24";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r3.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "25";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r4.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "26";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "27";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cDoCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
- ];
- end
- ];
- end,
- cTokenEvent
- with Flags is $00000004; MessageData is "EndMovie";
- Commands is [
- cDoCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Mode is ExecuteAdd; Value is "1"; end,
- cDragCommand
- with Flags is $00000004; Target is oVid_o3; Mode is DragTo; end,
- cGrowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is GrowTo; X is 800; Y is 600; end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "1";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/vaillant.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "2";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/bonus01.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "3";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/bonus02.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "4";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/bonus2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "5";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a1.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "6";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "7";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a3.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "8";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a4.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "9";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/a5.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "10";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s1.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "11";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s10.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "12";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s11.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "13";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s12.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "14";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "15";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s3.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "16";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s4.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "17";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s5.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "18";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s6.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "19";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s7.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "20";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s8.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "21";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/s9.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "22";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r1.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "23";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "24";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r3.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "25";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/r4.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "26";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v1.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end
- ];
- end,
- cIfCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "27";
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cSwitchURLCommand
- with Flags is $00000004; Target is oVid_o3; URL is "../Videos/v2.mpg"; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Rewind is true; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; end,
- cDoCookieCommand
- with Flags is $00000004; CookieName is "CountLoop"; Value is "0"; end
- ];
- end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cEnableCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cShowCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o3; Mode is Clear; end,
- cTokenCommand
- with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end,
- cBrowseCommand
- with Flags is $00000004; URL is "sommaire.k"; end
- ];
- end
- ];
- end;